func net/http.http2asciiEqualFold

8 uses

	net/http (current package)
		h2_bundle.go#L62: func http2asciiEqualFold(s, t string) bool {
		h2_bundle.go#L7104: 		if http2asciiEqualFold(k, "content-length") ||
		h2_bundle.go#L7105: 			http2asciiEqualFold(k, "content-encoding") ||
		h2_bundle.go#L7106: 			http2asciiEqualFold(k, "trailer") ||
		h2_bundle.go#L7107: 			http2asciiEqualFold(k, "te") ||
		h2_bundle.go#L7108: 			http2asciiEqualFold(k, "expect") ||
		h2_bundle.go#L7109: 			http2asciiEqualFold(k, "host") {
		h2_bundle.go#L9801: 	if cs.requestedGzip && http2asciiEqualFold(res.Header.Get("Content-Encoding"), "gzip") {